*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;height:100%;overflow:hidden;font-family:'Inter',sans-serif;color:#1a1a1a;background:linear-gradient(135deg,#f0e6ff 0,#e6f7ff 100%);display:flex;align-items:center;justify-content:center;text-align:center}main{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;max-width:600px}img{width:120px;height:auto;margin-bottom:1.5rem}h1{font-weight:700;font-size:clamp(1.75rem,5vw,2.5rem);margin-bottom:1rem;line-height:1.2}p{font-weight:400;font-size:clamp(1rem,2.5vw,1.15rem);margin-bottom:2rem;line-height:1.5;max-width:90%}a.cta{display:inline-block;background-color:#7c3aed;color:#fff;text-decoration:none;font-weight:700;padding:.75rem 1.5rem;border-radius:8px;transition:transform .2s ease,box-shadow .2s ease}a.cta:hover,a.cta:focus{transform:scale(1.05);box-shadow:0 4px 15px rgba(0,0,0,0.1)}#cookie-banner{position:fixed;bottom:0;left:0;width:100%;background-color:#2d3748;color:#fff;padding:1rem;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;z-index:100;font-size:.875rem}#cookie-banner button{background-color:#7c3aed;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-weight:700}#cookie-banner.hidden{display:none}